//==============================================================================
// Avenger_anim.txt
//==============================================================================

//==============================================================================
define eclipseSFX
{
   SetSelector
   {
		TechLogic none/Eclipse Active
		set hotspot
		{
			version
			{
			  Visualnone jimmy
			}
		}
		set hotspot
		{
			version
			{
			  Visualparticle SFX A Eclipse Unit effect
			}
		}		    
   }
}

//==============================================================================
define egyptbirthSFX
{
   set hotspot
   {
      version
      {
         VisualParticle SFX E Myth Unit Birth Effect
      }
   }
}

//==============================================================================
define swoosh
{
   set hotspot
   {
      version
      {
         Visualparticle Attachments A Sword Swoosh
      }
   }
}

//=============================================================================
anim Birth
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual Special E Avenger_BirthA
				connect HOTSPOT egyptbirthSFX hotspot
				connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//=============================================================================
anim Idle
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual Special E Avenger_idleA
				connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim Bored
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual Special E Avenger_boredA
				connect hotspot eclipseSFX hotspot
         }
      }
   }
}


//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Special E Avenger_DeathA
				connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Special E Avenger_WalkA
	//-- auto generated by the bang animation tool
	//-- do not hand edit these values
							tag FootstepLeft 0.30 true   
							tag FootstepRight 0.80 true   
				connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim Attack
{
  SetSelector
   {
      
      	SetSelector
      	{
      		set hotspot
      		{
         		version
         		{
				Visual Special E Avenger_AttackA
		//-- auto generated by the bang animation tool
		//-- do not hand edit these values
        	         	 tag Attack 0.42 true   
                	 	 tag GenericSound 0.60 true   
                    	 	 tag SpecificSoundSet 0.35 false SwordSwing checkVisible 
		//-- end auto generated section
					connect hotspot eclipseSFX hotspot
         		}
     		    	version
     		    	{
				Visual Special E Avenger_AttackB
		//-- auto generated by the bang animation tool
		//-- do not hand edit these values
            	       tag Attack 0.42 true   
           	       tag GenericSound 0.60 true   
               	       tag SpecificSoundSet 0.35 false SwordSwing checkVisible 
		//-- end auto generated section
				connect hotspot eclipseSFX hotspot
         		}
     		 }
    	  }
   }
}

//==============================================================================
anim whirlwindAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual Special E Avenger_whirlwind
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.60 true   
            tag GenericSound 0.60 true   
            tag SpecificSoundSet 0.25 false SwordSwing checkVisible 
            tag SpecificSoundSet 0.37 false SwordSwing checkVisible 
            tag SpecificSoundSet 0.51 false SwordSwing checkVisible 
            tag SpecificSoundSet 0.67 false SwordSwing checkVisible 
            tag SpecificSoundSet 0.84 false SwordSwing checkVisible 
//-- end auto generated section
				connect ATTACHPOINT swoosh hotspot
//				connect LEFTHAND swoosh hotspot
				connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Special E Avenger_FlailA
				connect hotspot eclipseSFX hotspot
         }
      }
   }
}




